Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
PAPProcess Class Reference

PAPProcess handles and manipulates the PAP process. More...

Inheritance diagram for PAPProcess:
Process

Public Member Functions

void setSentPassword (string)
 Sets the sent password. More...
 
void setSentUserName (string)
 Sets the sent username. More...
 
string getSentPassword ()
 Returns the sent password. More...
 
string getSentUserName ()
 Returns the sent username. More...
 
- Public Member Functions inherited from Process
Device getOwnerDevice ()
 Returns the device for this process. More...
 

Detailed Description

PAPProcess handles and manipulates the PAP process.

Member Function Documentation

◆ getSentPassword()

string PAPProcess::getSentPassword ( )

Returns the sent password.

Returns
string, the sent password.

◆ getSentUserName()

string PAPProcess::getSentUserName ( )

Returns the sent username.

Returns
string, the sent username.

◆ setSentPassword()

void PAPProcess::setSentPassword ( string  )

Sets the sent password.

Parameters
password,thesent password.

◆ setSentUserName()

void PAPProcess::setSentUserName ( string  )

Sets the sent username.

Parameters
username,thesent username.

The documentation for this class was generated from the following file: